diff options
Diffstat (limited to 'Dong.Makefile')
| -rw-r--r-- | Dong.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dong.Makefile b/Dong.Makefile index 4dcb942..bf03e11 100644 --- a/Dong.Makefile +++ b/Dong.Makefile @@ -2,7 +2,7 @@ CC = avr-gcc MCU = atmega328p TARGET = dong -SRC = dong.c uart.c nrfm.c +SRC = dong.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 |
