blob: 12819a3bb03d979a06036a631ed1af9236d22b52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#current: all_modules
current: clean
include ../../Makefile.config
all_modules: pdp_forthtest.o
# build test modules
# all_modules: $(PDP_MOD)
clean:
rm -f *~
rm -f *.o
|