mirror of
https://github.com/alexkay/spek.git
synced 2025-05-30 23:29:13 +03:00
8 lines
62 B
Makefile
Executable File
8 lines
62 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export V=1
|
|
export CXX=g++-4.8
|
|
|
|
%:
|
|
dh $@
|