# Truck Computer Dooom! # # Douglas Thrift # # $Id$ common := . include $(common)/common.mk all: libtruck.a libtruck.a: truck.o posix.o regex.o -include *.d clean: @echo "$(bright)$(white)clean\t$(green)[$(reset)$(shell rm -fv libtruck.a \ *.d *.o)$(bright)$(green)]$(reset)"