quakeforge-old/post.in

15 lines
284 B
Text
Raw Normal View History

###########################################################################
#
# cleaning (clean, distclean)
#
distclean: clean
rm -f config.cache config.log config.status Makefile
clean: $(CLEAN_TARGETS)
install:
@echo Install not implemented
check:
@echo check not implemented