You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
188 B
Makefile
13 lines
188 B
Makefile
20 years ago
|
lib:
|
||
|
(cd ..; $(MAKE) lib)
|
||
|
clean:
|
||
|
(cd ..; $(MAKE) clean)
|
||
|
verycleanlib:
|
||
|
(cd ..; $(MAKE) verycleanlib)
|
||
|
ppde90:
|
||
|
(cd ..; $(MAKE) ppde90)
|
||
|
pp2d:
|
||
|
(cd ..; $(MAKE) pp2d)
|
||
|
|
||
|
.PHONY: pp2d ppde90
|