mirror of
https://github.com/gityf/crc.git
synced 2026-08-12 20:32:20 +08:00
Fix compilation issues with MinGW32
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ $(PROJECT) : $(OBJS) $(MODULE)
|
||||
@echo "+--------------------------------------------+"
|
||||
|
||||
clean:
|
||||
rm -rf *.o *.a *_unittest ../crc/*.o
|
||||
rm -rf *.o *.a *_unittest ../crc/*.o ut/test_harness.o
|
||||
|
||||
install :
|
||||
test -d ../test || mkdir -p ../test
|
||||
|
||||
Reference in New Issue
Block a user