mirror of
https://github.com/gityf/crc.git
synced 2026-08-12 20:32:20 +08:00
Update Makefile
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ $(PROJECT) : $(OBJS) $(MODULE)
|
||||
@echo "+--------------------------------------------+"
|
||||
|
||||
clean:
|
||||
rm -rf *.o *.a *_unittest
|
||||
rm -rf *.o *.a *_unittest ../crc/*.o
|
||||
|
||||
install :
|
||||
test -d ../test || mkdir -p ../test
|
||||
@@ -46,4 +46,4 @@ install :
|
||||
%.o : %.c
|
||||
$(CC) $(INC) -c $< -o $@
|
||||
%.o : %.cc
|
||||
$(CC) $(INC) -c $< -o $@
|
||||
$(CC) $(INC) -c $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user