mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-12-02 02:47:54 +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
|