Makefile 174 B

123456789
  1. all: cppsp_0.2.3
  2. clean:
  3. rm -f www/*.so www/*.txt
  4. rm -f www/forcedynamic.cppsm.*
  5. $(MAKE) -C /installs/cppsp_0.2.3 clean
  6. cppsp_0.2.3:
  7. $(MAKE) -C /installs/cppsp_0.2.3 all