exit when the wrong args are passed
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user