Changeset 8836 for trunk/projects/scamp-integration/Makefile
- Timestamp:
- 07/16/08 22:40:46 (6 months ago)
- Files:
-
- 1 modified
-
trunk/projects/scamp-integration/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/scamp-integration/Makefile
r8835 r8836 11 11 sex -c sex.conf img.fits 12 12 13 img.fits: 14 wget "http://oven.cosmo.fas.nyu.edu:8888/test/job/getfile/test-200807-53742689/new.fits" -O img.fits 15 13 16 check: $(REFCAT) 14 17 python readref.py 18 19 test_swapbytes: test_swapbytes.c swapbytes.c 20 gcc -o $@ test_swapbytes.c
