@@ -13,3 +13,7 @@ bin:
|
|||||||
.PHONY: endpoint
|
.PHONY: endpoint
|
||||||
endpoint:
|
endpoint:
|
||||||
cd endpoint/; make
|
cd endpoint/; make
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
cd endpoint/; make clean
|
||||||
|
|||||||
@@ -25,3 +25,7 @@ all: ../bin/remailsv $(OFILES)
|
|||||||
-include $(DFILES)
|
-include $(DFILES)
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) -c $< $(CFLAGS) -o $@
|
$(CC) -c $< $(CFLAGS) -o $@
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
rm -f $(OFILES) $(DFILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user