mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
8 lines
92 B
Makefile
Executable file
8 lines
92 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --with autoreconf
|
|
|
|
override_dh_clean:
|
|
rm -f src/sem
|
|
dh_clean
|