Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/intercom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2013-09-26 22:46:39 +0400
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2013-09-26 22:46:39 +0400
commit0083267b1ad170dc3b5d6b324019133df349860a (patch)
tree63c3675a18b96ed9b2251967016532b091555476
parent4e2c737fdbb9a9cc99436535d3e8667b55837cb6 (diff)
makefile
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0da0b50..5c4de36 100644
--- a/Makefile
+++ b/Makefile
@@ -83,14 +83,11 @@ OBJDUMP = avr-objdump
all: $(PRG).elf lst text eeprom
clunet.o:
- $(CC) $(CFLAGS) -c -o $@ $^ $(CLUNET_PATH)/clunet.c
+ $(CC) $(CFLAGS) -c -o $@ $(CLUNET_PATH)/clunet.c
$(PRG).elf: $(OBJ)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-clunet.o:
- $(CC) $(CFLAGS) -c -o $@ $^ $(CLUNET_PATH)/clunet.c
-
clean:
rm -rf *.o $(PRG).elf *.eps *.png *.pdf *.bak
rm -rf *.lst *.map $(EXTRA_CLEAN_FILES)