diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,9 +2,11 @@ CC = gcc ACC = arm-linux-gnueabihf-gcc CFLAGS = -Wall -all: armhf copy +all: dir x86 #copy +dir: + mkdir -p build/ armhf: $(ACC) $(CFLAGS) src/hmc5883.c src/hih61xx.c src/lm75.c src/main.c -o build/i2sensors-armhf |