# Needs GNU make !

include ../makedefs

ifdef Linux

all:
	echo Nothing to do !

cleanall:
	$(RM) lnx/*.a

else # DJGPP

all:
	@echo Nothing to do !

cleanall:
	call ..\bin\rm.bat dj\libbcc.a dj\libbcc2.a

endif
