mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
15 lines
284 B
Text
15 lines
284 B
Text
|
###########################################################################
|
||
|
#
|
||
|
# 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
|