You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 rivejä
154 B

  1. SRC = test.cpp audio-convert.cpp audio-sadd.cpp
  2. all: test
  3. clean:
  4. rm -f test test.exe
  5. check: test
  6. ./test
  7. test: $(SRC)
  8. $(CXX) -I../include $^ -o $@