Changeset 2284
- Timestamp:
- Apr 16, 2008, 12:10:43 AM (15 years ago)
- Location:
- research/2008-displacement
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
research/2008-displacement/.gitignore
r2273 r2284 5 5 *.pdf 6 6 xy2d 7 vote -
research/2008-displacement/Makefile
r2277 r2284 1 all: main xy2d 1 all: main xy2d vote 2 2 3 3 xy2d: xy2d.c 4 $(CC) -W -Wall $^ -o $@ 5 6 vote: vote.c 4 7 $(CC) -W -Wall $^ -o $@ 5 8 … … 8 11 9 12 clean: 10 rm -f xy2d main13 rm -f xy2d vote main 11 14
Note: See TracChangeset
for help on using the changeset viewer.