Changeset 8d3e6ab for app/src/rs12/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/rs12/Makefile
r25ae32e r8d3e6ab 1 PAR = -m32 2 # -static 3 1 4 main: rs12 2 5 3 6 rs12: rs12.c 4 gcc -static-o rs12 rs12.c7 gcc $(PAR) -o rs12 rs12.c 5 8 6 9 clean:
Note: See TracChangeset
for help on using the changeset viewer.