diff options
Diffstat (limited to 'utils/GNUmakefile')
-rw-r--r-- | utils/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/GNUmakefile b/utils/GNUmakefile index 0d56dc8..c1d838e 100644 --- a/utils/GNUmakefile +++ b/utils/GNUmakefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015, NORDUnet A/S +# Copyright (c) 2015-2016, NORDUnet A/S # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ BIN = eim_peek_poke cores CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. -all: ${BIN} +all: $(if $(wildcard ../hal_io_eim.o),eim_peek_poke) $(if $(wildcard ../core.o),cores) clean: rm -f *.o ${BIN} |