borgware-2d/games/snake/Makefile

9 lines
103 B
Makefile
Raw Normal View History

TARGET =
TOPDIR = ../..
include $(TOPDIR)/defaults.mk
SRC = snake_game.c
include $(TOPDIR)/rules.mk