mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 22:51:30 +02:00
changed makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
SOURCES := powder.c http.c md5.c update.c
|
||||
SOURCES := *.c
|
||||
HEADERS := font.h hmap.h http.h md5.h icon.h update.h version.h
|
||||
|
||||
CFLAGS := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#ifndef INTERFACE_H
|
||||
#define INTERFACE_H
|
||||
|
||||
#include "http.h"
|
||||
#include "md5.h"
|
||||
struct menu_section
|
||||
{
|
||||
char *icon;
|
||||
|
Reference in New Issue
Block a user