Changeset 8d3e6ab for app/src/fla/Makefile
- Timestamp:
- 03/13/08 12:45:16 (17 years ago)
- Branches:
- master, help
- Children:
- 246900a
- Parents:
- e1b08a2
- git-author:
- pawelk <pawelk@…> (03/13/08 12:45:16)
- git-committer:
- pawelk <pawelk@…> (03/13/08 12:45:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/fla/Makefile
r25ae32e r8d3e6ab 1 PAR = -m32 2 # -static 1 3 2 4 fla: fla.c 3 gcc -static-o fla fla.c5 gcc $(PAR) -o fla fla.c 4 6 5 7 copy: … … 10 12 clean: 11 13 rm fla 12 13 uninstall:
Note: See TracChangeset
for help on using the changeset viewer.