diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,9 +44,9 @@ A5: rm -f ${PRE}$@.aux ${PRE}$@.log A6: - zip ${PRE}$@.zip a4/Makefile - zip ${PRE}$@.zip a4/*.cc - zip ${PRE}$@.zip a4/*.h + zip ${PRE}$@.zip a6/Makefile + zip ${PRE}$@.zip a6/*.cc + zip ${PRE}$@.zip a6/*.h make -C a6 ${PRE}$@.pdf cp a6/${PRE}$@.pdf . |