Changeset 25 for bundle_creation
- Timestamp:
- May 27, 2014, 10:32:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bundle_creation/makefile
r8 r25 13 13 @cp -r ../scripts/* . 14 14 15 SSD: usr/local/bin/start-stop-daemon 16 17 # start-stop-daemon: 18 usr/local/bin/start-stop-daemon: ../tools/start-stop-daemon/start-stop-daemon.c 19 @echo Compiling start-stop-daemon... 20 @gcc -Wall -Wextra -Wno-return-type -Os -o $@ $< 15 SSD: 16 @echo Copying start-stop-daemon source... 17 @find ../tools -name "*~" -exec rm {} \; 18 @cp -r ../tools/start-stop-daemon usr/local/lib/7dtd 21 19 22 20 clean:
Note:
See TracChangeset
for help on using the changeset viewer.