Skip to content

Commit

Permalink
Remove duplicate Make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaleblian committed Nov 7, 2024
1 parent fd5336e commit 312032d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,15 @@ debug: dldi-mpcf

upload:
# macOS only
ftp -u ftp://${DS_HOST}:5000/dslibris.nds dslibris.nds
# ftp -u ftp://${DS_HOST}:5000/dslibris.nds dslibris.nds
ftp -u ftp://192.168.1.231:5000/dslibris.nds dslibris.nds

check:
true

distcheck:
true

upload:
ftp -u ftp://192.168.1.231:5000/dslibris.nds dslibris.nds

release.zip: dldi-r4
zip release.zip dslibris.nds
(cd etc/filesystem/en; zip -r -u ../../../release.zip .)

0 comments on commit 312032d

Please sign in to comment.