exit when the wrong args are passed
This commit is contained in:
parent
c2e83613f2
commit
659cd0252a
5
Makefile
5
Makefile
|
@ -34,11 +34,6 @@ tags: $(SOURCES)
|
|||
$(TARGET): $(OBJS)
|
||||
$(CXX) -o $@ $(CXXFLAGS) $(LDFLAGS) $(OBJS)
|
||||
|
||||
|
||||
.PHONY: cclean
|
||||
cclean:
|
||||
rm -r build cmake-build-*
|
||||
|
||||
print-%: ; @echo '$(subst ','\'',$*=$($*))'
|
||||
|
||||
%.o:%.cc
|
||||
|
|
Loading…
Reference in New Issue