12 lines
177 B
Makefile
Executable File
12 lines
177 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
CFLAGS="-DDATADIR=\"/usr/share/sdlbomber\""
|
|
|
|
%:
|
|
dh $@
|
|
|
|
binary:
|
|
dh binary --before dh_strip
|
|
dh_strip -a --dbg-package=sdlbomber-dbg
|
|
dh binary --remaining
|