generic_c template fixed

This commit is contained in:
lxsameer 2011-07-07 01:00:39 +04:30
parent 8161d90999
commit 1752648e19
2 changed files with 1 additions and 3 deletions

View File

@ -74,7 +74,6 @@ binding for Kuso IDE C projects section."
(defun cplugin/init-menus () "Draw required menu for C mode"
(interactive)
(message "SsssssssssSS")
(define-key-after global-map [menu-bar file new-proj cproj] (cons "C/C++" (make-sparse-keymap "c-cpp-proj")))
;; (define-key global-map [menu-bar file new-proj cproj separator2] '("--"))

View File

@ -1,4 +1,3 @@
CC = gcc
CFLAGS = -g -Wall
OBJECTS = ::unixname::.o
@ -8,7 +7,7 @@ LIBS =
all: ::unixname::
memdump: $(OBJECTS)
::unixname::: $(OBJECTS)
$(CC) -o ::unixname:: $(OBJECTS) $(LDFLAGS) $(LIBS)
.SUFFIXES: