소스 검색

Windows messes stuff up again!

Douglas William Thrift 13 년 전
부모
커밋
ff0884a880
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GNUmakefile

+ 1 - 1
GNUmakefile

@@ -36,7 +36,7 @@ $(xpi): $(files)
 	$(ZIP) -ll $(xpi) $(files)
 
 install:
-	echo $(cwd) > $(shortcut)
+	echo $(cwd)> $(shortcut)
 
 deinstall:
 	-$(RM_F) $(shortcut)