mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 10:44:39 +08:00
11 lines
225 B
Makefile
Executable file
11 lines
225 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
$(MAKE)
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/tnt-chat PREFIX=/usr install
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/tnt-chat PREFIX=/usr install-systemd
|